Default Select Client Certificate Callback
The default SelectClientCertificateCallback implementation that shows a dialog that allows the user to select a certificate from the certificate list passed to the callback.
If the certificate list is empty, the dialog is not displayed and the browser will be informed that the SSL authorization should be cancelled.
Functions
Link copied to clipboard
open fun on(params: SelectClientCertificateCallback.Params, tell: SelectClientCertificateCallback.Action)
Invoked when the callback needs a response for the given callback parameters.